Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable server-side pagination for base_images_collections and system_models #793

Conversation

OmarBrbutovic
Copy link
Contributor

@OmarBrbutovic OmarBrbutovic commented Jan 13, 2025

Updated queries for base_images, base_images_collections and system_models to support server-side pagination. This change ensures data fetching is paginated on the backend while maintaining the current client-side logic. A future update will optimize the respective tables to fully leverage pagination, avoiding an immediate rewrite of the client-side implementation.

Part of #779

Updated queries for device `ota_operations` to support server-side
pagination. This change ensures data fetching is paginated on the
backend while maintaining the current client-side logic.
A future update will optimize the respective tables to fully leverage
pagination, avoiding an immediate rewrite of the client-side
implementation.

Part of edgehog-device-manager#779

Signed-off-by: Omar <[email protected]>
Updated queries for `base_images` and `base_images_collections` to
support server-side pagination. This change ensures data fetching is
paginated on the backend while maintaining the current client-side
logic. A future update will optimize the respective tables to fully
leverage pagination, avoiding an immediate rewrite of the client-side
implementation.

Part of edgehog-device-manager#779

Signed-off-by: Omar <[email protected]>
Updated queries for `system_models` to support server-side pagination.
This change ensures data fetching is paginated on the backend while
maintaining the current client-side logic. A future update will
optimize the respective tables to fully leverage pagination, avoiding
an immediate rewrite of the client-side implementation.

Part of edgehog-device-manager#779

Signed-off-by: Omar <[email protected]>
@OmarBrbutovic OmarBrbutovic force-pushed the base_image_colection_ssp branch from 5056554 to bbbdddf Compare January 13, 2025 10:33
@davidebriani davidebriani merged commit 02be900 into edgehog-device-manager:feature/server-side-pagination Jan 13, 2025
6 checks passed
@OmarBrbutovic OmarBrbutovic deleted the base_image_colection_ssp branch January 15, 2025 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants